Html Css Color HEX #CF7315 Ochre

📋 copy color: '#CF7315'

red 207 ◦ green 115 ◦ blue 21

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

Shades of Ochre #CF7315

Tints of Ochre #CF7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

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

R = 60.35%
G = 33.53%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7315 (or 0xCF7315) is known color: Ochre. HEX triplet: CF, 73 and 15. RGB value is (207,115,21). Sum of RGB (Red+Green+Blue) = 207+115+21=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7315 is #308CEA. Grayscale: #848484. Windows color (decimal): -3181803 or 1405903. OLE color: 1405903.

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

Color convert

RGB 207 115 21 -
CMYK 0 0.44 0.90 0.19
HSL 30.32º 0.82% 0.45% -
HSV(B) 30.32º 0.9% 0.81% -
XYZ 32 25.58 3.96 -
YUV 131.79 65.48 181.64 -
System Red Green Blue C M Y K H S L
Decimal 207 115 21 0 0.44 0.90 0.19 30.32 0.82 0.45
Hex CF 73 15 0 2C 5A 13 1E 52 2D
Octal 317 163 25 0 54 132 23 36 122 55
Binary 11001111 1110011 10101 0 101100 1011010 10011 11110 1010010 101101

Color Harmonies of #CF7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7315

Black with #CF7315

Text Example


Text Example

White with #CF7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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