Html Css Color HEX #CF9212 Gamboge

📋 copy color: '#CF9212'

red 207 ◦ green 146 ◦ blue 18

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

Shades of Gamboge #CF9212

Tints of Gamboge #CF9212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 55.8%
G = 39.35%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF9212 (or 0xCF9212) is known color: Gamboge. HEX triplet: CF, 92 and 12. RGB value is (207,146,18). Sum of RGB (Red+Green+Blue) = 207+146+18=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9212 is #306DED. Grayscale: #969696. Windows color (decimal): -3173870 or 1217231. OLE color: 1217231.

HSL color Cylindrical-coordinate representation of color #CF9212: hue angle of 40.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF9212 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 146 18 -
CMYK 0 0.29 0.91 0.19
HSL 40.63º 0.84% 0.44% -
HSV(B) 40.63º 0.91% 0.81% -
XYZ 36.12 33.87 5.21 -
YUV 149.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 207 146 18 0 0.29 0.91 0.19 40.63 0.84 0.44
Hex CF 92 12 0 1D 5B 13 29 54 2C
Octal 317 222 22 0 35 133 23 51 124 54
Binary 11001111 10010010 10010 0 11101 1011011 10011 101001 1010100 101100

Color Harmonies of #CF9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9212

Black with #CF9212

Text Example


Text Example

White with #CF9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9212; }

 p { color: rgb(207,146,18); }

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

background-color css

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

 a { background-color: rgb(207,146,18); }

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

border-color css

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

 span { border-color: rgb(207,146,18); }

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