Html Css Color HEX #C6CBB6 Harp

📋 copy color: '#C6CBB6'

red 198 ◦ green 203 ◦ blue 182

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

Shades of Harp #C6CBB6

Tints of Harp #C6CBB6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.82%

 BLUE value IS 182 (71.48% from 255) = 31.22%

R = 33.96%
G = 34.82%
B = 31.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#C6CBB6 (or 0xC6CBB6) is known color: Harp. HEX triplet: C6, CB and B6. RGB value is (198,203,182). Sum of RGB (Red+Green+Blue) = 198+203+182=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBB6 is #393449. Grayscale: #C7C7C7. Windows color (decimal): -3748938 or 11979718. OLE color: 11979718.

HSL color Cylindrical-coordinate representation of color #C6CBB6: hue angle of 74.29º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6CBB6 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 203 182 -
CMYK 0.02 0 0.10 0.20
HSL 74.29º 0.17% 0.75% -
HSV(B) 74.29º 0.1% 0.8% -
XYZ 53.09 58.1 52.67 -
YUV 199.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 198 203 182 0.02 0 0.10 0.20 74.29 0.17 0.75
Hex C6 CB B6 2 0 A 14 4A 11 4B
Octal 306 313 266 2 0 12 24 112 21 113
Binary 11000110 11001011 10110110 10 0 1010 10100 1001010 10001 1001011

Color Harmonies of #C6CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBB6

Black with #C6CBB6

Text Example


Text Example

White with #C6CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBB6; }

 p { color: rgb(198,203,182); }

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

background-color css

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

 a { background-color: rgb(198,203,182); }

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

border-color css

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

 span { border-color: rgb(198,203,182); }

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