Html Css Color HEX #C5CAB3 Harp

📋 copy color: '#C5CAB3'

red 197 ◦ green 202 ◦ blue 179

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

Shades of Harp #C5CAB3

Tints of Harp #C5CAB3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.95%

 BLUE value IS 179 (70.31% from 255) = 30.97%

R = 34.08%
G = 34.95%
B = 30.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C5CAB3 (or 0xC5CAB3) is known color: Harp. HEX triplet: C5, CA and B3. RGB value is (197,202,179). Sum of RGB (Red+Green+Blue) = 197+202+179=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAB3 is #3A354C. Grayscale: #C5C5C5. Windows color (decimal): -3814733 or 11782853. OLE color: 11782853.

HSL color Cylindrical-coordinate representation of color #C5CAB3: hue angle of 73.04º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CAB3 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 179 -
CMYK 0.02 0 0.11 0.21
HSL 73.04º 0.18% 0.75% -
HSV(B) 73.04º 0.11% 0.79% -
XYZ 52.28 57.37 50.96 -
YUV 197.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 197 202 179 0.02 0 0.11 0.21 73.04 0.18 0.75
Hex C5 CA B3 2 0 B 15 49 12 4B
Octal 305 312 263 2 0 13 25 111 22 113
Binary 11000101 11001010 10110011 10 0 1011 10101 1001001 10010 1001011

Color Harmonies of #C5CAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CAB3

Black with #C5CAB3

Text Example


Text Example

White with #C5CAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CAB3; }

 p { color: rgb(197,202,179); }

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

background-color css

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

 a { background-color: rgb(197,202,179); }

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

border-color css

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

 span { border-color: rgb(197,202,179); }

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