Html Css Color HEX #C5CCBB Harp

📋 copy color: '#C5CCBB'

red 197 ◦ green 204 ◦ blue 187

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

Shades of Harp #C5CCBB

Tints of Harp #C5CCBB

RGB

 RED value IS 197 (77.34% from 255) = 33.5%

 GREEN value IS 204 (80.08% from 255) = 34.69%

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 33.5%
G = 34.69%
B = 31.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#C5CCBB (or 0xC5CCBB) is known color: Harp. HEX triplet: C5, CC and BB. RGB value is (197,204,187). Sum of RGB (Red+Green+Blue) = 197+204+187=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCBB is #3A3344. Grayscale: #C8C8C8. Windows color (decimal): -3814213 or 12307653. OLE color: 12307653.

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

Color convert

RGB 197 204 187 -
CMYK 0.03 0 0.08 0.2
HSL 84.71º 0.14% 0.77% -
HSV(B) 84.71º 0.08% 0.8% -
XYZ 53.59 58.64 55.51 -
YUV 199.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 197 204 187 0.03 0 0.08 0.2 84.71 0.14 0.77
Hex C5 CC BB 3 0 8 14 55 E 4D
Octal 305 314 273 3 0 10 24 125 16 115
Binary 11000101 11001100 10111011 11 0 1000 10100 1010101 1110 1001101

Color Harmonies of #C5CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCBB

Black with #C5CCBB

Text Example


Text Example

White with #C5CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCBB; }

 p { color: rgb(197,204,187); }

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

background-color css

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

 a { background-color: rgb(197,204,187); }

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

border-color css

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

 span { border-color: rgb(197,204,187); }

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