Html Css Color HEX #CB8E20 Buttercup

📋 copy color: '#CB8E20'

red 203 ◦ green 142 ◦ blue 32

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

Shades of Buttercup #CB8E20

Tints of Buttercup #CB8E20

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.67%

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 53.85%
G = 37.67%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB8E20 (or 0xCB8E20) is known color: Buttercup. HEX triplet: CB, 8E and 20. RGB value is (203,142,32). Sum of RGB (Red+Green+Blue) = 203+142+32=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8E20 is #3471DF. Grayscale: #949494. Windows color (decimal): -3437024 or 2133707. OLE color: 2133707.

HSL color Cylindrical-coordinate representation of color #CB8E20: hue angle of 38.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB8E20 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 142 32 -
CMYK 0 0.30 0.84 0.20
HSL 38.6º 0.73% 0.46% -
HSV(B) 38.6º 0.84% 0.8% -
XYZ 34.56 32.15 5.75 -
YUV 147.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 203 142 32 0 0.30 0.84 0.20 38.6 0.73 0.46
Hex CB 8E 20 0 1E 54 14 27 49 2E
Octal 313 216 40 0 36 124 24 47 111 56
Binary 11001011 10001110 100000 0 11110 1010100 10100 100111 1001001 101110

Color Harmonies of #CB8E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8E20

Black with #CB8E20

Text Example


Text Example

White with #CB8E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8E20; }

 p { color: rgb(203,142,32); }

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

background-color css

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

 a { background-color: rgb(203,142,32); }

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

border-color css

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

 span { border-color: rgb(203,142,32); }

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