Html Css Color HEX #CFC048 Wattle

📋 copy color: '#CFC048'

red 207 ◦ green 192 ◦ blue 72

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

Shades of Wattle #CFC048

Tints of Wattle #CFC048

RGB

 RED value IS 207 (81.25% from 255) = 43.95%

 GREEN value IS 192 (75.39% from 255) = 40.76%

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

R = 43.95%
G = 40.76%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFC048 (or 0xCFC048) is known color: Wattle. HEX triplet: CF, C0 and 48. RGB value is (207,192,72). Sum of RGB (Red+Green+Blue) = 207+192+72=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC048 is #303FB7. Grayscale: #B7B7B7. Windows color (decimal): -3162040 or 4767951. OLE color: 4767951.

HSL color Cylindrical-coordinate representation of color #CFC048: hue angle of 53.33º 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 #CFC048 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 72 -
CMYK 0 0.07 0.65 0.19
HSL 53.33º 0.58% 0.55% -
HSV(B) 53.33º 0.65% 0.81% -
XYZ 45.75 51.43 13.65 -
YUV 182.81 65.47 145.26 -
System Red Green Blue C M Y K H S L
Decimal 207 192 72 0 0.07 0.65 0.19 53.33 0.58 0.55
Hex CF C0 48 0 7 41 13 35 3A 37
Octal 317 300 110 0 7 101 23 65 72 67
Binary 11001111 11000000 1001000 0 111 1000001 10011 110101 111010 110111

Color Harmonies of #CFC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC048

Black with #CFC048

Text Example


Text Example

White with #CFC048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC048; }

 p { color: rgb(207,192,72); }

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

background-color css

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

 a { background-color: rgb(207,192,72); }

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

border-color css

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

 span { border-color: rgb(207,192,72); }

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