Html Css Color HEX #C7CDB5 Harp

📋 copy color: '#C7CDB5'

red 199 ◦ green 205 ◦ blue 181

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

Shades of Harp #C7CDB5

Tints of Harp #C7CDB5

RGB

 RED value IS 199 (78.13% from 255) = 34.02%

 GREEN value IS 205 (80.47% from 255) = 35.04%

 BLUE value IS 181 (71.09% from 255) = 30.94%

R = 34.02%
G = 35.04%
B = 30.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#C7CDB5 (or 0xC7CDB5) is known color: Harp. HEX triplet: C7, CD and B5. RGB value is (199,205,181). Sum of RGB (Red+Green+Blue) = 199+205+181=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDB5 is #38324A. Grayscale: #C8C8C8. Windows color (decimal): -3682891 or 11914695. OLE color: 11914695.

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

Color convert

RGB 199 205 181 -
CMYK 0.03 0 0.12 0.20
HSL 75º 0.19% 0.76% -
HSV(B) 75º 0.12% 0.8% -
XYZ 53.73 59.14 52.3 -
YUV 200.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 199 205 181 0.03 0 0.12 0.20 75 0.19 0.76
Hex C7 CD B5 3 0 C 14 4B 13 4C
Octal 307 315 265 3 0 14 24 113 23 114
Binary 11000111 11001101 10110101 11 0 1100 10100 1001011 10011 1001100

Color Harmonies of #C7CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CDB5

Black with #C7CDB5

Text Example


Text Example

White with #C7CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CDB5; }

 p { color: rgb(199,205,181); }

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

background-color css

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

 a { background-color: rgb(199,205,181); }

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

border-color css

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

 span { border-color: rgb(199,205,181); }

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