Html Css Color HEX #CCCB1B Barberry

📋 copy color: '#CCCB1B'

red 204 ◦ green 203 ◦ blue 27

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

Shades of Barberry #CCCB1B

Tints of Barberry #CCCB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.22%

R = 47%
G = 46.77%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCCB1B (or 0xCCCB1B) is known color: Barberry. HEX triplet: CC, CB and 1B. RGB value is (204,203,27). Sum of RGB (Red+Green+Blue) = 204+203+27=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB1B is #3334E4. Grayscale: #B7B7B7. Windows color (decimal): -3355877 or 1821644. OLE color: 1821644.

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

Color convert

RGB 204 203 27 -
CMYK 0 0.00 0.87 0.2
HSL 59.66º 0.77% 0.45% -
HSV(B) 59.66º 0.87% 0.8% -
XYZ 46.46 55.63 9.33 -
YUV 183.24 39.83 142.81 -
System Red Green Blue C M Y K H S L
Decimal 204 203 27 0 0.00 0.87 0.2 59.66 0.77 0.45
Hex CC CB 1B 0 0 57 14 3C 4D 2D
Octal 314 313 33 0 0 127 24 74 115 55
Binary 11001100 11001011 11011 0 0 1010111 10100 111100 1001101 101101

Color Harmonies of #CCCB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB1B

Black with #CCCB1B

Text Example


Text Example

White with #CCCB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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