Html Css Color HEX #C2C5BB Harp

📋 copy color: '#C2C5BB'

red 194 ◦ green 197 ◦ blue 187

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

Shades of Harp #C2C5BB

Tints of Harp #C2C5BB

RGB

 RED value IS 194 (76.17% from 255) = 33.56%

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

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

R = 33.56%
G = 34.08%
B = 32.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C2C5BB (or 0xC2C5BB) is known color: Harp. HEX triplet: C2, C5 and BB. RGB value is (194,197,187). Sum of RGB (Red+Green+Blue) = 194+197+187=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5BB is #3D3A44. Grayscale: #C2C2C2. Windows color (decimal): -4012613 or 12305858. OLE color: 12305858.

HSL color Cylindrical-coordinate representation of color #C2C5BB: hue angle of 78º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C5BB is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 187 -
CMYK 0.02 0 0.05 0.23
HSL 78º 0.08% 0.75% -
HSV(B) 78º 0.05% 0.77% -
XYZ 51.18 54.99 54.93 -
YUV 194.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 194 197 187 0.02 0 0.05 0.23 78 0.08 0.75
Hex C2 C5 BB 2 0 5 17 4E 8 4B
Octal 302 305 273 2 0 5 27 116 10 113
Binary 11000010 11000101 10111011 10 0 101 10111 1001110 1000 1001011

Color Harmonies of #C2C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C5BB

Black with #C2C5BB

Text Example


Text Example

White with #C2C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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