Html Css Color HEX #CF7B1E Ochre

📋 copy color: '#CF7B1E'

red 207 ◦ green 123 ◦ blue 30

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

Shades of Ochre #CF7B1E

Tints of Ochre #CF7B1E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

 BLUE value IS 30 (12.11% from 255) = 8.33%

R = 57.5%
G = 34.17%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF7B1E (or 0xCF7B1E) is known color: Ochre. HEX triplet: CF, 7B and 1E. RGB value is (207,123,30). Sum of RGB (Red+Green+Blue) = 207+123+30=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B1E is #3084E1. Grayscale: #898989. Windows color (decimal): -3179746 or 1997775. OLE color: 1997775.

HSL color Cylindrical-coordinate representation of color #CF7B1E: hue angle of 31.53º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF7B1E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 30 -
CMYK 0 0.41 0.86 0.19
HSL 31.53º 0.75% 0.46% -
HSV(B) 31.53º 0.86% 0.81% -
XYZ 33.05 27.53 4.8 -
YUV 137.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 207 123 30 0 0.41 0.86 0.19 31.53 0.75 0.46
Hex CF 7B 1E 0 29 56 13 20 4B 2E
Octal 317 173 36 0 51 126 23 40 113 56
Binary 11001111 1111011 11110 0 101001 1010110 10011 100000 1001011 101110

Color Harmonies of #CF7B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B1E

Black with #CF7B1E

Text Example


Text Example

White with #CF7B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B1E; }

 p { color: rgb(207,123,30); }

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

background-color css

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

 a { background-color: rgb(207,123,30); }

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

border-color css

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

 span { border-color: rgb(207,123,30); }

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