Html Css Color HEX #C6CEB4 Harp

📋 copy color: '#C6CEB4'

red 198 ◦ green 206 ◦ blue 180

#C6CEB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harp #C6CEB4

Tints of Harp #C6CEB4

RGB

 RED value IS 198 (77.73% from 255) = 33.9%

 GREEN value IS 206 (80.86% from 255) = 35.27%

 BLUE value IS 180 (70.7% from 255) = 30.82%

R = 33.9%
G = 35.27%
B = 30.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6CEB4 (or 0xC6CEB4) is known color: Harp. HEX triplet: C6, CE and B4. RGB value is (198,206,180). Sum of RGB (Red+Green+Blue) = 198+206+180=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEB4 is #39314B. Grayscale: #C8C8C8. Windows color (decimal): -3748172 or 11849414. OLE color: 11849414.

HSL color Cylindrical-coordinate representation of color #C6CEB4: hue angle of 78.46º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6CEB4 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 206 180 -
CMYK 0.04 0 0.13 0.19
HSL 78.46º 0.21% 0.76% -
HSV(B) 78.46º 0.13% 0.81% -
XYZ 53.6 59.44 51.83 -
YUV 200.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 198 206 180 0.04 0 0.13 0.19 78.46 0.21 0.76
Hex C6 CE B4 4 0 D 13 4E 15 4C
Octal 306 316 264 4 0 15 23 116 25 114
Binary 11000110 11001110 10110100 100 0 1101 10011 1001110 10101 1001100

Color Harmonies of #C6CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEB4

Black with #C6CEB4

Text Example


Text Example

White with #C6CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEB4; }

 p { color: rgb(198,206,180); }

 H1.HeaderClassName
 {
   color: #C6CEB4;
 }
 .AnyTagClassName
 {
   color: #C6CEB4;
 }
</style>

background-color css

<style>
 a { background-color: #C6CEB4; }

 a { background-color: rgb(198,206,180); }

 div.DivClassName
 {
   background-color: #C6CEB4;
 }
 .BgClassName
 {
   background-color: #C6CEB4;
 }
</style>

border-color css

<style>
 span { border-color: #C6CEB4; }

 span { border-color: rgb(198,206,180); }

 td.TdClassName
 {
   border-color: #C6CEB4;
 }
 .TagClassName
 {
   border-color: #C6CEB4;
 }
</style>