Html Css Color HEX #CF7515 Ochre

📋 copy color: '#CF7515'

red 207 ◦ green 117 ◦ blue 21

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

Shades of Ochre #CF7515

Tints of Ochre #CF7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 60%
G = 33.91%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7515 (or 0xCF7515) is known color: Ochre. HEX triplet: CF, 75 and 15. RGB value is (207,117,21). Sum of RGB (Red+Green+Blue) = 207+117+21=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7515 is #308AEA. Grayscale: #858585. Windows color (decimal): -3181291 or 1406415. OLE color: 1406415.

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

Color convert

RGB 207 117 21 -
CMYK 0 0.43 0.90 0.19
HSL 30.97º 0.82% 0.45% -
HSV(B) 30.97º 0.9% 0.81% -
XYZ 32.23 26.04 4.04 -
YUV 132.97 64.82 180.81 -
System Red Green Blue C M Y K H S L
Decimal 207 117 21 0 0.43 0.90 0.19 30.97 0.82 0.45
Hex CF 75 15 0 2B 5A 13 1F 52 2D
Octal 317 165 25 0 53 132 23 37 122 55
Binary 11001111 1110101 10101 0 101011 1011010 10011 11111 1010010 101101

Color Harmonies of #CF7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7515

Black with #CF7515

Text Example


Text Example

White with #CF7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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