Html Css Color HEX #CB8F20 Buttercup

📋 copy color: '#CB8F20'

red 203 ◦ green 143 ◦ blue 32

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

Shades of Buttercup #CB8F20

Tints of Buttercup #CB8F20

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 53.7%
G = 37.83%
B = 8.47%

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

#CB8F20 (or 0xCB8F20) is known color: Buttercup. HEX triplet: CB, 8F and 20. RGB value is (203,143,32). Sum of RGB (Red+Green+Blue) = 203+143+32=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F20 is #3470DF. Grayscale: #949494. Windows color (decimal): -3436768 or 2133963. OLE color: 2133963.

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

Color convert

RGB 203 143 32 -
CMYK 0 0.30 0.84 0.20
HSL 38.95º 0.73% 0.46% -
HSV(B) 38.95º 0.84% 0.8% -
XYZ 34.71 32.45 5.8 -
YUV 148.29 62.38 167.03 -
System Red Green Blue C M Y K H S L
Decimal 203 143 32 0 0.30 0.84 0.20 38.95 0.73 0.46
Hex CB 8F 20 0 1E 54 14 27 49 2E
Octal 313 217 40 0 36 124 24 47 111 56
Binary 11001011 10001111 100000 0 11110 1010100 10100 100111 1001001 101110

Color Harmonies of #CB8F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F20

Black with #CB8F20

Text Example


Text Example

White with #CB8F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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