Html Css Color HEX #C6CDB5 Harp

📋 copy color: '#C6CDB5'

red 198 ◦ green 205 ◦ blue 181

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

Shades of Harp #C6CDB5

Tints of Harp #C6CDB5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.1%

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

R = 33.9%
G = 35.1%
B = 30.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#C6CDB5 (or 0xC6CDB5) is known color: Harp. HEX triplet: C6, CD and B5. RGB value is (198,205,181). Sum of RGB (Red+Green+Blue) = 198+205+181=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDB5 is #39324A. Grayscale: #C8C8C8. Windows color (decimal): -3748427 or 11914694. OLE color: 11914694.

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

Color convert

RGB 198 205 181 -
CMYK 0.03 0 0.12 0.20
HSL 77.5º 0.19% 0.76% -
HSV(B) 77.5º 0.12% 0.8% -
XYZ 53.46 59 52.29 -
YUV 200.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 198 205 181 0.03 0 0.12 0.20 77.5 0.19 0.76
Hex C6 CD B5 3 0 C 14 4E 13 4C
Octal 306 315 265 3 0 14 24 116 23 114
Binary 11000110 11001101 10110101 11 0 1100 10100 1001110 10011 1001100

Color Harmonies of #C6CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDB5

Black with #C6CDB5

Text Example


Text Example

White with #C6CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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