Html Css Color HEX #CFD5AD Orinoco

📋 copy color: '#CFD5AD'

red 207 ◦ green 213 ◦ blue 173

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

Shades of Orinoco #CFD5AD

Tints of Orinoco #CFD5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.92%

 BLUE value IS 173 (67.97% from 255) = 29.17%

R = 34.91%
G = 35.92%
B = 29.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#CFD5AD (or 0xCFD5AD) is known color: Orinoco. HEX triplet: CF, D5 and AD. RGB value is (207,213,173). Sum of RGB (Red+Green+Blue) = 207+213+173=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5AD is #302A52. Grayscale: #CECECE. Windows color (decimal): -3156563 or 11392463. OLE color: 11392463.

HSL color Cylindrical-coordinate representation of color #CFD5AD: hue angle of 69º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD5AD is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 173 -
CMYK 0.03 0 0.19 0.16
HSL 69º 0.32% 0.76% -
HSV(B) 69º 0.19% 0.84% -
XYZ 57.07 63.87 48.86 -
YUV 206.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 207 213 173 0.03 0 0.19 0.16 69 0.32 0.76
Hex CF D5 AD 3 0 13 10 45 20 4C
Octal 317 325 255 3 0 23 20 105 40 114
Binary 11001111 11010101 10101101 11 0 10011 10000 1000101 100000 1001100

Color Harmonies of #CFD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5AD

Black with #CFD5AD

Text Example


Text Example

White with #CFD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5AD; }

 p { color: rgb(207,213,173); }

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

background-color css

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

 a { background-color: rgb(207,213,173); }

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

border-color css

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

 span { border-color: rgb(207,213,173); }

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