Html Css Color HEX #C8CDBE Harp

📋 copy color: '#C8CDBE'

red 200 ◦ green 205 ◦ blue 190

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

Shades of Harp #C8CDBE

Tints of Harp #C8CDBE

RGB

 RED value IS 200 (78.52% from 255) = 33.61%

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

 BLUE value IS 190 (74.61% from 255) = 31.93%

R = 33.61%
G = 34.45%
B = 31.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#C8CDBE (or 0xC8CDBE) is known color: Harp. HEX triplet: C8, CD and BE. RGB value is (200,205,190). Sum of RGB (Red+Green+Blue) = 200+205+190=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDBE is #373241. Grayscale: #C9C9C9. Windows color (decimal): -3617346 or 12504520. OLE color: 12504520.

HSL color Cylindrical-coordinate representation of color #C8CDBE: hue angle of 80º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8CDBE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 205 190 -
CMYK 0.02 0 0.07 0.20
HSL 80º 0.13% 0.77% -
HSV(B) 80º 0.07% 0.8% -
XYZ 54.95 59.66 57.33 -
YUV 201.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 200 205 190 0.02 0 0.07 0.20 80 0.13 0.77
Hex C8 CD BE 2 0 7 14 50 D 4D
Octal 310 315 276 2 0 7 24 120 15 115
Binary 11001000 11001101 10111110 10 0 111 10100 1010000 1101 1001101

Color Harmonies of #C8CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CDBE

Black with #C8CDBE

Text Example


Text Example

White with #C8CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CDBE; }

 p { color: rgb(200,205,190); }

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

background-color css

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

 a { background-color: rgb(200,205,190); }

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

border-color css

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

 span { border-color: rgb(200,205,190); }

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