Html Css Color HEX #C5CCBA Harp

📋 copy color: '#C5CCBA'

red 197 ◦ green 204 ◦ blue 186

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

Shades of Harp #C5CCBA

Tints of Harp #C5CCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.69%

R = 33.56%
G = 34.75%
B = 31.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#C5CCBA (or 0xC5CCBA) is known color: Harp. HEX triplet: C5, CC and BA. RGB value is (197,204,186). Sum of RGB (Red+Green+Blue) = 197+204+186=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCBA is #3A3345. Grayscale: #C7C7C7. Windows color (decimal): -3814214 or 12242117. OLE color: 12242117.

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

Color convert

RGB 197 204 186 -
CMYK 0.03 0 0.09 0.2
HSL 83.33º 0.15% 0.76% -
HSV(B) 83.33º 0.09% 0.8% -
XYZ 53.48 58.6 54.95 -
YUV 199.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 197 204 186 0.03 0 0.09 0.2 83.33 0.15 0.76
Hex C5 CC BA 3 0 9 14 53 F 4C
Octal 305 314 272 3 0 11 24 123 17 114
Binary 11000101 11001100 10111010 11 0 1001 10100 1010011 1111 1001100

Color Harmonies of #C5CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCBA

Black with #C5CCBA

Text Example


Text Example

White with #C5CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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