Html Css Color HEX #C7CBB2 Harp

📋 copy color: '#C7CBB2'

red 199 ◦ green 203 ◦ blue 178

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

Shades of Harp #C7CBB2

Tints of Harp #C7CBB2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

 BLUE value IS 178 (69.92% from 255) = 30.69%

R = 34.31%
G = 35%
B = 30.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#C7CBB2 (or 0xC7CBB2) is known color: Harp. HEX triplet: C7, CB and B2. RGB value is (199,203,178). Sum of RGB (Red+Green+Blue) = 199+203+178=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CBB2 is #38344D. Grayscale: #C7C7C7. Windows color (decimal): -3683406 or 11717575. OLE color: 11717575.

HSL color Cylindrical-coordinate representation of color #C7CBB2: hue angle of 69.6º 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 #C7CBB2 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 203 178 -
CMYK 0.02 0 0.12 0.20
HSL 69.6º 0.19% 0.75% -
HSV(B) 69.6º 0.12% 0.8% -
XYZ 52.95 58.07 50.54 -
YUV 198.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 199 203 178 0.02 0 0.12 0.20 69.6 0.19 0.75
Hex C7 CB B2 2 0 C 14 46 13 4B
Octal 307 313 262 2 0 14 24 106 23 113
Binary 11000111 11001011 10110010 10 0 1100 10100 1000110 10011 1001011

Color Harmonies of #C7CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBB2

Black with #C7CBB2

Text Example


Text Example

White with #C7CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBB2; }

 p { color: rgb(199,203,178); }

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

background-color css

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

 a { background-color: rgb(199,203,178); }

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

border-color css

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

 span { border-color: rgb(199,203,178); }

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