Html Css Color HEX #C6CEB5 Harp

📋 copy color: '#C6CEB5'

red 198 ◦ green 206 ◦ blue 181

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

Shades of Harp #C6CEB5

Tints of Harp #C6CEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.94%

R = 33.85%
G = 35.21%
B = 30.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#C6CEB5 (or 0xC6CEB5) is known color: Harp. HEX triplet: C6, CE and B5. RGB value is (198,206,181). Sum of RGB (Red+Green+Blue) = 198+206+181=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEB5 is #39314A. Grayscale: #C8C8C8. Windows color (decimal): -3748171 or 11914950. OLE color: 11914950.

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

Color convert

RGB 198 206 181 -
CMYK 0.04 0 0.12 0.19
HSL 79.2º 0.2% 0.76% -
HSV(B) 79.2º 0.12% 0.81% -
XYZ 53.7 59.48 52.37 -
YUV 200.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 198 206 181 0.04 0 0.12 0.19 79.2 0.2 0.76
Hex C6 CE B5 4 0 C 13 4F 14 4C
Octal 306 316 265 4 0 14 23 117 24 114
Binary 11000110 11001110 10110101 100 0 1100 10011 1001111 10100 1001100

Color Harmonies of #C6CEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEB5

Black with #C6CEB5

Text Example


Text Example

White with #C6CEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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