Html Css Color HEX #C8CDAF Orinoco

📋 copy color: '#C8CDAF'

red 200 ◦ green 205 ◦ blue 175

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

Shades of Orinoco #C8CDAF

Tints of Orinoco #C8CDAF

RGB

 RED value IS 200 (78.52% from 255) = 34.48%

 GREEN value IS 205 (80.47% from 255) = 35.34%

 BLUE value IS 175 (68.75% from 255) = 30.17%

R = 34.48%
G = 35.34%
B = 30.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#C8CDAF (or 0xC8CDAF) is known color: Orinoco. HEX triplet: C8, CD and AF. RGB value is (200,205,175). Sum of RGB (Red+Green+Blue) = 200+205+175=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CDAF is #373250. Grayscale: #C8C8C8. Windows color (decimal): -3617361 or 11521480. OLE color: 11521480.

HSL color Cylindrical-coordinate representation of color #C8CDAF: hue angle of 70º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CDAF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 205 175 -
CMYK 0.02 0 0.15 0.20
HSL 70º 0.23% 0.75% -
HSV(B) 70º 0.15% 0.8% -
XYZ 53.39 59.04 49.14 -
YUV 200.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 200 205 175 0.02 0 0.15 0.20 70 0.23 0.75
Hex C8 CD AF 2 0 F 14 46 17 4B
Octal 310 315 257 2 0 17 24 106 27 113
Binary 11001000 11001101 10101111 10 0 1111 10100 1000110 10111 1001011

Color Harmonies of #C8CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CDAF

Black with #C8CDAF

Text Example


Text Example

White with #C8CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CDAF; }

 p { color: rgb(200,205,175); }

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

background-color css

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

 a { background-color: rgb(200,205,175); }

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

border-color css

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

 span { border-color: rgb(200,205,175); }

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