Html Css Color HEX #C6CEB9 Harp

📋 copy color: '#C6CEB9'

red 198 ◦ green 206 ◦ blue 185

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

Shades of Harp #C6CEB9

Tints of Harp #C6CEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.41%

R = 33.62%
G = 34.97%
B = 31.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#C6CEB9 (or 0xC6CEB9) is known color: Harp. HEX triplet: C6, CE and B9. RGB value is (198,206,185). Sum of RGB (Red+Green+Blue) = 198+206+185=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEB9 is #393146. Grayscale: #C9C9C9. Windows color (decimal): -3748167 or 12177094. OLE color: 12177094.

HSL color Cylindrical-coordinate representation of color #C6CEB9: hue angle of 82.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6CEB9 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 206 185 -
CMYK 0.04 0 0.10 0.19
HSL 82.86º 0.18% 0.77% -
HSV(B) 82.86º 0.1% 0.81% -
XYZ 54.12 59.65 54.56 -
YUV 201.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 198 206 185 0.04 0 0.10 0.19 82.86 0.18 0.77
Hex C6 CE B9 4 0 A 13 53 12 4D
Octal 306 316 271 4 0 12 23 123 22 115
Binary 11000110 11001110 10111001 100 0 1010 10011 1010011 10010 1001101

Color Harmonies of #C6CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEB9

Black with #C6CEB9

Text Example


Text Example

White with #C6CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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