Html Css Color HEX #C7CCB4 Harp

📋 copy color: '#C7CCB4'

red 199 ◦ green 204 ◦ blue 180

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

Shades of Harp #C7CCB4

Tints of Harp #C7CCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.87%

R = 34.13%
G = 34.99%
B = 30.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#C7CCB4 (or 0xC7CCB4) is known color: Harp. HEX triplet: C7, CC and B4. RGB value is (199,204,180). Sum of RGB (Red+Green+Blue) = 199+204+180=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCB4 is #38334B. Grayscale: #C7C7C7. Windows color (decimal): -3683148 or 11848903. OLE color: 11848903.

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

Color convert

RGB 199 204 180 -
CMYK 0.02 0 0.12 0.2
HSL 72.5º 0.19% 0.75% -
HSV(B) 72.5º 0.12% 0.8% -
XYZ 53.38 58.62 51.68 -
YUV 199.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 199 204 180 0.02 0 0.12 0.2 72.5 0.19 0.75
Hex C7 CC B4 2 0 C 14 48 13 4B
Octal 307 314 264 2 0 14 24 110 23 113
Binary 11000111 11001100 10110100 10 0 1100 10100 1001000 10011 1001011

Color Harmonies of #C7CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCB4

Black with #C7CCB4

Text Example


Text Example

White with #C7CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCB4; }

 p { color: rgb(199,204,180); }

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

background-color css

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

 a { background-color: rgb(199,204,180); }

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

border-color css

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

 span { border-color: rgb(199,204,180); }

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