Html Css Color HEX #CE972A Buttercup

📋 copy color: '#CE972A'

red 206 ◦ green 151 ◦ blue 42

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

Shades of Buttercup #CE972A

Tints of Buttercup #CE972A

RGB

 RED value IS 206 (80.86% from 255) = 51.63%

 GREEN value IS 151 (59.38% from 255) = 37.84%

 BLUE value IS 42 (16.8% from 255) = 10.53%

R = 51.63%
G = 37.84%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE972A (or 0xCE972A) is known color: Buttercup. HEX triplet: CE, 97 and 2A. RGB value is (206,151,42). Sum of RGB (Red+Green+Blue) = 206+151+42=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE972A is #3168D5. Grayscale: #9B9B9B. Windows color (decimal): -3238102 or 2791374. OLE color: 2791374.

HSL color Cylindrical-coordinate representation of color #CE972A: hue angle of 39.88º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE972A is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 42 -
CMYK 0 0.27 0.80 0.19
HSL 39.88º 0.66% 0.49% -
HSV(B) 39.88º 0.8% 0.81% -
XYZ 36.94 35.42 7.08 -
YUV 155.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 206 151 42 0 0.27 0.80 0.19 39.88 0.66 0.49
Hex CE 97 2A 0 1B 50 13 28 42 31
Octal 316 227 52 0 33 120 23 50 102 61
Binary 11001110 10010111 101010 0 11011 1010000 10011 101000 1000010 110001

Color Harmonies of #CE972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE972A

Black with #CE972A

Text Example


Text Example

White with #CE972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE972A; }

 p { color: rgb(206,151,42); }

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

background-color css

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

 a { background-color: rgb(206,151,42); }

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

border-color css

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

 span { border-color: rgb(206,151,42); }

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