Html Css Color HEX #C5CBBB Harp

📋 copy color: '#C5CBBB'

red 197 ◦ green 203 ◦ blue 187

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

Shades of Harp #C5CBBB

Tints of Harp #C5CBBB

RGB

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

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

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

R = 33.56%
G = 34.58%
B = 31.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#C5CBBB (or 0xC5CBBB) is known color: Harp. HEX triplet: C5, CB and BB. RGB value is (197,203,187). Sum of RGB (Red+Green+Blue) = 197+203+187=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBBB is #3A3444. Grayscale: #C7C7C7. Windows color (decimal): -3814469 or 12307397. OLE color: 12307397.

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

Color convert

RGB 197 203 187 -
CMYK 0.03 0 0.08 0.20
HSL 82.5º 0.13% 0.76% -
HSV(B) 82.5º 0.08% 0.8% -
XYZ 53.35 58.17 55.43 -
YUV 199.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 197 203 187 0.03 0 0.08 0.20 82.5 0.13 0.76
Hex C5 CB BB 3 0 8 14 52 D 4C
Octal 305 313 273 3 0 10 24 122 15 114
Binary 11000101 11001011 10111011 11 0 1000 10100 1010010 1101 1001100

Color Harmonies of #C5CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBBB

Black with #C5CBBB

Text Example


Text Example

White with #C5CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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