Html Css Color HEX #CBCA29 Barberry

📋 copy color: '#CBCA29'

red 203 ◦ green 202 ◦ blue 41

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

Shades of Barberry #CBCA29

Tints of Barberry #CBCA29

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.29%

 BLUE value IS 41 (16.41% from 255) = 9.19%

R = 45.52%
G = 45.29%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBCA29 (or 0xCBCA29) is known color: Barberry. HEX triplet: CB, CA and 29. RGB value is (203,202,41). Sum of RGB (Red+Green+Blue) = 203+202+41=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCA29 is #3435D6. Grayscale: #B8B8B8. Windows color (decimal): -3421655 or 2738891. OLE color: 2738891.

HSL color Cylindrical-coordinate representation of color #CBCA29: hue angle of 59.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBCA29 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 202 41 -
CMYK 0 0.00 0.80 0.20
HSL 59.63º 0.66% 0.48% -
HSV(B) 59.63º 0.8% 0.8% -
XYZ 46.15 55.1 10.3 -
YUV 183.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 203 202 41 0 0.00 0.80 0.20 59.63 0.66 0.48
Hex CB CA 29 0 0 50 14 3C 42 30
Octal 313 312 51 0 0 120 24 74 102 60
Binary 11001011 11001010 101001 0 0 1010000 10100 111100 1000010 110000

Color Harmonies of #CBCA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCA29

Black with #CBCA29

Text Example


Text Example

White with #CBCA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCA29; }

 p { color: rgb(203,202,41); }

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

background-color css

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

 a { background-color: rgb(203,202,41); }

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

border-color css

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

 span { border-color: rgb(203,202,41); }

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