Html Css Color HEX #CCCB1C Barberry

📋 copy color: '#CCCB1C'

red 204 ◦ green 203 ◦ blue 28

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

Shades of Barberry #CCCB1C

Tints of Barberry #CCCB1C

RGB

 RED value IS 204 (80.08% from 255) = 46.9%

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

 BLUE value IS 28 (11.33% from 255) = 6.44%

R = 46.9%
G = 46.67%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCCB1C (or 0xCCCB1C) is known color: Barberry. HEX triplet: CC, CB and 1C. RGB value is (204,203,28). Sum of RGB (Red+Green+Blue) = 204+203+28=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB1C is #3334E3. Grayscale: #B8B8B8. Windows color (decimal): -3355876 or 1887180. OLE color: 1887180.

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

Color convert

RGB 204 203 28 -
CMYK 0 0.00 0.86 0.2
HSL 59.66º 0.76% 0.45% -
HSV(B) 59.66º 0.86% 0.8% -
XYZ 46.47 55.63 9.39 -
YUV 183.35 40.33 142.73 -
System Red Green Blue C M Y K H S L
Decimal 204 203 28 0 0.00 0.86 0.2 59.66 0.76 0.45
Hex CC CB 1C 0 0 56 14 3C 4C 2D
Octal 314 313 34 0 0 126 24 74 114 55
Binary 11001100 11001011 11100 0 0 1010110 10100 111100 1001100 101101

Color Harmonies of #CCCB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB1C

Black with #CCCB1C

Text Example


Text Example

White with #CCCB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB1C; }

 p { color: rgb(204,203,28); }

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

background-color css

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

 a { background-color: rgb(204,203,28); }

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

border-color css

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

 span { border-color: rgb(204,203,28); }

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