Html Css Color HEX #CF7915 Ochre

📋 copy color: '#CF7915'

red 207 ◦ green 121 ◦ blue 21

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

Shades of Ochre #CF7915

Tints of Ochre #CF7915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

 BLUE value IS 21 (8.59% from 255) = 6.02%

R = 59.31%
G = 34.67%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7915 (or 0xCF7915) is known color: Ochre. HEX triplet: CF, 79 and 15. RGB value is (207,121,21). Sum of RGB (Red+Green+Blue) = 207+121+21=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7915 is #3086EA. Grayscale: #878787. Windows color (decimal): -3180267 or 1407439. OLE color: 1407439.

HSL color Cylindrical-coordinate representation of color #CF7915: hue angle of 32.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF7915 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 21 -
CMYK 0 0.42 0.90 0.19
HSL 32.26º 0.82% 0.45% -
HSV(B) 32.26º 0.9% 0.81% -
XYZ 32.7 26.99 4.2 -
YUV 135.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 207 121 21 0 0.42 0.90 0.19 32.26 0.82 0.45
Hex CF 79 15 0 2A 5A 13 20 52 2D
Octal 317 171 25 0 52 132 23 40 122 55
Binary 11001111 1111001 10101 0 101010 1011010 10011 100000 1010010 101101

Color Harmonies of #CF7915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7915

Black with #CF7915

Text Example


Text Example

White with #CF7915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7915; }

 p { color: rgb(207,121,21); }

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

background-color css

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

 a { background-color: rgb(207,121,21); }

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

border-color css

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

 span { border-color: rgb(207,121,21); }

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