Html Css Color HEX #C6CDB1 Harp

📋 copy color: '#C6CDB1'

red 198 ◦ green 205 ◦ blue 177

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

Shades of Harp #C6CDB1

Tints of Harp #C6CDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.52%

R = 34.14%
G = 35.34%
B = 30.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#C6CDB1 (or 0xC6CDB1) is known color: Harp. HEX triplet: C6, CD and B1. RGB value is (198,205,177). Sum of RGB (Red+Green+Blue) = 198+205+177=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CDB1 is #39324E. Grayscale: #C7C7C7. Windows color (decimal): -3748431 or 11652550. OLE color: 11652550.

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

Color convert

RGB 198 205 177 -
CMYK 0.03 0 0.14 0.20
HSL 75º 0.22% 0.75% -
HSV(B) 75º 0.14% 0.8% -
XYZ 53.06 58.84 50.16 -
YUV 199.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 198 205 177 0.03 0 0.14 0.20 75 0.22 0.75
Hex C6 CD B1 3 0 E 14 4B 16 4B
Octal 306 315 261 3 0 16 24 113 26 113
Binary 11000110 11001101 10110001 11 0 1110 10100 1001011 10110 1001011

Color Harmonies of #C6CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDB1

Black with #C6CDB1

Text Example


Text Example

White with #C6CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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