Html Css Color HEX #CBC41C Barberry

📋 copy color: '#CBC41C'

red 203 ◦ green 196 ◦ blue 28

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

Shades of Barberry #CBC41C

Tints of Barberry #CBC41C

RGB

 RED value IS 203 (79.69% from 255) = 47.54%

 GREEN value IS 196 (76.95% from 255) = 45.9%

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

R = 47.54%
G = 45.9%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBC41C (or 0xCBC41C) is known color: Barberry. HEX triplet: CB, C4 and 1C. RGB value is (203,196,28). Sum of RGB (Red+Green+Blue) = 203+196+28=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC41C is #343BE3. Grayscale: #B3B3B3. Windows color (decimal): -3423204 or 1885387. OLE color: 1885387.

HSL color Cylindrical-coordinate representation of color #CBC41C: hue angle of 57.6º 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 #CBC41C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 28 -
CMYK 0 0.03 0.86 0.20
HSL 57.6º 0.76% 0.45% -
HSV(B) 57.6º 0.86% 0.8% -
XYZ 44.58 52.26 8.84 -
YUV 178.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 203 196 28 0 0.03 0.86 0.20 57.6 0.76 0.45
Hex CB C4 1C 0 3 56 14 3A 4C 2D
Octal 313 304 34 0 3 126 24 72 114 55
Binary 11001011 11000100 11100 0 11 1010110 10100 111010 1001100 101101

Color Harmonies of #CBC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC41C

Black with #CBC41C

Text Example


Text Example

White with #CBC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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