Html Css Color HEX #CF910C Gamboge

📋 copy color: '#CF910C'

red 207 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #CF910C

Tints of Gamboge #CF910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 12 (5.08% from 255) = 3.3%

R = 56.87%
G = 39.84%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF910C (or 0xCF910C) is known color: Gamboge. HEX triplet: CF, 91 and 0C. RGB value is (207,145,12). Sum of RGB (Red+Green+Blue) = 207+145+12=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF910C is #306EF3. Grayscale: #949494. Windows color (decimal): -3174132 or 823759. OLE color: 823759.

HSL color Cylindrical-coordinate representation of color #CF910C: hue angle of 40.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF910C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 12 -
CMYK 0 0.30 0.94 0.19
HSL 40.92º 0.89% 0.43% -
HSV(B) 40.92º 0.94% 0.81% -
XYZ 35.92 33.54 4.93 -
YUV 148.38 51.04 169.81 -
System Red Green Blue C M Y K H S L
Decimal 207 145 12 0 0.30 0.94 0.19 40.92 0.89 0.43
Hex CF 91 C 0 1E 5E 13 29 59 2B
Octal 317 221 14 0 36 136 23 51 131 53
Binary 11001111 10010001 1100 0 11110 1011110 10011 101001 1011001 101011

Color Harmonies of #CF910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF910C

Black with #CF910C

Text Example


Text Example

White with #CF910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF910C; }

 p { color: rgb(207,145,12); }

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

background-color css

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

 a { background-color: rgb(207,145,12); }

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

border-color css

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

 span { border-color: rgb(207,145,12); }

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