Html Css Color HEX #CECB48 Wattle

📋 copy color: '#CECB48'

red 206 ◦ green 203 ◦ blue 72

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

Shades of Wattle #CECB48

Tints of Wattle #CECB48

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.2%

 BLUE value IS 72 (28.52% from 255) = 14.97%

R = 42.83%
G = 42.2%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CECB48 (or 0xCECB48) is known color: Wattle. HEX triplet: CE, CB and 48. RGB value is (206,203,72). Sum of RGB (Red+Green+Blue) = 206+203+72=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB48 is #3134B7. Grayscale: #BDBDBD. Windows color (decimal): -3224760 or 4770766. OLE color: 4770766.

HSL color Cylindrical-coordinate representation of color #CECB48: hue angle of 58.66º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CECB48 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 72 -
CMYK 0 0.01 0.65 0.19
HSL 58.66º 0.58% 0.55% -
HSV(B) 58.66º 0.65% 0.81% -
XYZ 47.98 56.3 14.47 -
YUV 188.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 206 203 72 0 0.01 0.65 0.19 58.66 0.58 0.55
Hex CE CB 48 0 1 41 13 3B 3A 37
Octal 316 313 110 0 1 101 23 73 72 67
Binary 11001110 11001011 1001000 0 1 1000001 10011 111011 111010 110111

Color Harmonies of #CECB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB48

Black with #CECB48

Text Example


Text Example

White with #CECB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB48; }

 p { color: rgb(206,203,72); }

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

background-color css

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

 a { background-color: rgb(206,203,72); }

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

border-color css

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

 span { border-color: rgb(206,203,72); }

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