Html Css Color HEX #CCCB1F Barberry

📋 copy color: '#CCCB1F'

red 204 ◦ green 203 ◦ blue 31

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

Shades of Barberry #CCCB1F

Tints of Barberry #CCCB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.08%

R = 46.58%
G = 46.35%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCCB1F (or 0xCCCB1F) is known color: Barberry. HEX triplet: CC, CB and 1F. RGB value is (204,203,31). Sum of RGB (Red+Green+Blue) = 204+203+31=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB1F is #3334E0. Grayscale: #B8B8B8. Windows color (decimal): -3355873 or 2083788. OLE color: 2083788.

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

Color convert

RGB 204 203 31 -
CMYK 0 0.00 0.85 0.2
HSL 59.65º 0.74% 0.46% -
HSV(B) 59.65º 0.85% 0.8% -
XYZ 46.51 55.65 9.59 -
YUV 183.69 41.83 142.49 -
System Red Green Blue C M Y K H S L
Decimal 204 203 31 0 0.00 0.85 0.2 59.65 0.74 0.46
Hex CC CB 1F 0 0 55 14 3C 4A 2E
Octal 314 313 37 0 0 125 24 74 112 56
Binary 11001100 11001011 11111 0 0 1010101 10100 111100 1001010 101110

Color Harmonies of #CCCB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB1F

Black with #CCCB1F

Text Example


Text Example

White with #CCCB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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