Html Css Color HEX #C9CC1D Barberry

📋 copy color: '#C9CC1D'

red 201 ◦ green 204 ◦ blue 29

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

Shades of Barberry #C9CC1D

Tints of Barberry #C9CC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.68%

R = 46.31%
G = 47%
B = 6.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#C9CC1D (or 0xC9CC1D) is known color: Barberry. HEX triplet: C9, CC and 1D. RGB value is (201,204,29). Sum of RGB (Red+Green+Blue) = 201+204+29=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC1D is #3633E2. Grayscale: #B7B7B7. Windows color (decimal): -3552227 or 1952969. OLE color: 1952969.

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

Color convert

RGB 201 204 29 -
CMYK 0.01 0 0.86 0.2
HSL 61.03º 0.75% 0.46% -
HSV(B) 61.03º 0.86% 0.8% -
XYZ 45.9 55.69 9.49 -
YUV 183.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 201 204 29 0.01 0 0.86 0.2 61.03 0.75 0.46
Hex C9 CC 1D 1 0 56 14 3D 4B 2E
Octal 311 314 35 1 0 126 24 75 113 56
Binary 11001001 11001100 11101 1 0 1010110 10100 111101 1001011 101110

Color Harmonies of #C9CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CC1D

Black with #C9CC1D

Text Example


Text Example

White with #C9CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CC1D; }

 p { color: rgb(201,204,29); }

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

background-color css

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

 a { background-color: rgb(201,204,29); }

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

border-color css

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

 span { border-color: rgb(201,204,29); }

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