Html Css Color HEX #C9CB73 Deco

📋 copy color: '#C9CB73'

red 201 ◦ green 203 ◦ blue 115

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

Shades of Deco #C9CB73

Tints of Deco #C9CB73

RGB

 RED value IS 201 (78.91% from 255) = 38.73%

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

 BLUE value IS 115 (45.31% from 255) = 22.16%

R = 38.73%
G = 39.11%
B = 22.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#C9CB73 (or 0xC9CB73) is known color: Deco. HEX triplet: C9, CB and 73. RGB value is (201,203,115). Sum of RGB (Red+Green+Blue) = 201+203+115=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CB73 is #36348C. Grayscale: #C0C0C0. Windows color (decimal): -3552397 or 7588809. OLE color: 7588809.

HSL color Cylindrical-coordinate representation of color #C9CB73: hue angle of 61.36º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9CB73 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 203 115 -
CMYK 0.01 0 0.43 0.20
HSL 61.36º 0.46% 0.62% -
HSV(B) 61.36º 0.43% 0.8% -
XYZ 48.54 56.37 24.54 -
YUV 192.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 201 203 115 0.01 0 0.43 0.20 61.36 0.46 0.62
Hex C9 CB 73 1 0 2B 14 3D 2E 3E
Octal 311 313 163 1 0 53 24 75 56 76
Binary 11001001 11001011 1110011 1 0 101011 10100 111101 101110 111110

Color Harmonies of #C9CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CB73

Black with #C9CB73

Text Example


Text Example

White with #C9CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CB73; }

 p { color: rgb(201,203,115); }

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

background-color css

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

 a { background-color: rgb(201,203,115); }

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

border-color css

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

 span { border-color: rgb(201,203,115); }

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