Html Css Color HEX #CD750C Ochre

📋 copy color: '#CD750C'

red 205 ◦ green 117 ◦ blue 12

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

Shades of Ochre #CD750C

Tints of Ochre #CD750C

RGB

 RED value IS 205 (80.47% from 255) = 61.38%

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

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

R = 61.38%
G = 35.03%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD750C (or 0xCD750C) is known color: Ochre. HEX triplet: CD, 75 and 0C. RGB value is (205,117,12). Sum of RGB (Red+Green+Blue) = 205+117+12=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD750C is #328AF3. Grayscale: #838383. Windows color (decimal): -3312372 or 816589. OLE color: 816589.

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

Color convert

RGB 205 117 12 -
CMYK 0 0.43 0.94 0.20
HSL 32.64º 0.89% 0.43% -
HSV(B) 32.64º 0.94% 0.8% -
XYZ 31.6 25.73 3.65 -
YUV 131.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 205 117 12 0 0.43 0.94 0.20 32.64 0.89 0.43
Hex CD 75 C 0 2B 5E 14 21 59 2B
Octal 315 165 14 0 53 136 24 41 131 53
Binary 11001101 1110101 1100 0 101011 1011110 10100 100001 1011001 101011

Color Harmonies of #CD750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD750C

Black with #CD750C

Text Example


Text Example

White with #CD750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD750C; }

 p { color: rgb(205,117,12); }

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

background-color css

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

 a { background-color: rgb(205,117,12); }

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

border-color css

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

 span { border-color: rgb(205,117,12); }

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